net/http/httputil.maxLatencyWriter.flushPending (field)

7 uses

	net/http/httputil (current package)
		reverseproxy.go#L625: 		mlw.flushPending = true
		reverseproxy.go#L688: 	flushPending bool
		reverseproxy.go#L699: 	if m.flushPending {
		reverseproxy.go#L707: 	m.flushPending = true
		reverseproxy.go#L714: 	if !m.flushPending { // if stop was called but AfterFunc already started this goroutine
		reverseproxy.go#L718: 	m.flushPending = false
		reverseproxy.go#L724: 	m.flushPending = false